home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 February / maximum-cd-2012-02.iso / DiscContents / TheWagerSetup1.2.exe / Assets / Scripts / [36].lua < prev    next >
Encoding:
Text File  |  2011-02-27  |  525 b   |  16 lines

  1. -- Script [36]
  2. Starting = 1;
  3. SeaEvent = 0;
  4.  
  5. SetStartingEvent(ScriptID, false);
  6.  
  7. ShowStoryText("Whilst exploring the island you come across a deep, dark cave. Ordinarily you would press on in search of treasure, but the skeletal corpse riddled with arrows half-way down the passage gives you pause for thought.");
  8.  
  9. AddChoice("Accept a volunteer from the crew", "[37]");
  10.  
  11. if (PlayerHasAlly("{4}")) then
  12.   AddChoice("Send in Skeletal Eric", "[38]");
  13. end
  14.  
  15. AddChoice("Forget it. It's not worth the risk.", "[39]");
  16.